ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / GenericCache<TKey,TValue,TCacheNodeFactory> Class / FetchItem Event

In This Topic
    FetchItem Event (GenericCache<TKey,TValue,TCacheNodeFactory>)
    In This Topic
    Called when item is requested but not found in cache
    Syntax
    Event Data

    The event handler receives an argument of type GenericCache.FetchItemEventArgs<TKey,TValue,TCacheNodeFactory> containing data related to this event. The following GenericCache.FetchItemEventArgs<TKey,TValue,TCacheNodeFactory> properties provide information specific to this event.

    PropertyDescription
    Gets the key of the item to ve retrieved  
    Gets or sets the value of the item  
    See Also